use PANGO_BREAK_WORD_CHAR instead of PANGO_BREAK_WORD so the text cell
authorMichael Natterer <mitch@imendio.com>
Tue, 12 Jun 2007 17:07:48 +0000 (17:07 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Tue, 12 Jun 2007 17:07:48 +0000 (17:07 +0000)
commit49fe3046ae581ad78174a44dc91031b992dd6d0d
tree9ac50ef2ec91467dd011de8bfbc180362a3b4de7
parent8d5fd5168b89b384ef48f6ffe4f35ec4102d8041
use PANGO_BREAK_WORD_CHAR instead of PANGO_BREAK_WORD so the text cell

2007-06-12  Michael Natterer  <mitch@imendio.com>

* gtk/gtkiconview.c (update_text_cell): use PANGO_BREAK_WORD_CHAR
instead of PANGO_BREAK_WORD so the text cell doesn't overflow the
wrap-width if there is no whitespace found to break at.
Fixes bug #446107.

svn path=/trunk/; revision=18112
ChangeLog
gtk/gtkiconview.c